home *** CD-ROM | disk | FTP | other *** search
/ Plug Into a Brand New World / Plug Into a Brand New World Version 1.3.BIN / IOFLEX-1CP / Win9x / spcimio.inf < prev    next >
INI File  |  2001-07-14  |  1KB  |  74 lines

  1.  
  2. [Version]
  3. Signature=$CHICAGO$
  4. Class=MultiIOController
  5. Provider=%String1%
  6.  
  7. ;[ClassInstall]
  8. ;CopyFiles=DrvSect,InfSect,DllSect,UninstallEXE
  9.  
  10. [DestinationDirs]
  11. DefaultDestDir=11
  12. InfSect=17
  13. DrvSect=11
  14. DllSect=11
  15. UninstallEXE=11
  16.  
  17. [Manufacturer]
  18. %String1%=spcimio
  19.  
  20. [spcimio]
  21. %String2%=PCIMIOSect,PCI\VEN_1409&DEV_7168
  22. %String2%=PCIMIOSect,PCI\VEN_1409&DEV_7268
  23.  
  24. [PCIMIOSect]
  25. CopyFiles=InfSect,DrvSect,UninstallEXE,DllSect
  26. AddReg=RegSect, PCIMIORegSect.unInstall
  27.  
  28. [InfSect]
  29. spcimio.inf
  30. spciport.inf
  31.  
  32. [DrvSect]
  33. spcimio.vxd
  34. comdrv.vxd
  35. lptdrv.vxd
  36.  
  37. [DllSect]
  38. comui.dll
  39. paraui.dll
  40.  
  41. [UninstallEXE]
  42. spciuni.exe
  43.  
  44. [RegSect]
  45. HKR,,DevLoader,0,spcimio.vxd
  46. HKR,,EnumPropPages,0,paraui.dll,EnumPropPages
  47.  
  48. [SourceDiskFiles]
  49. ; 1 = Disk Number
  50. spcimio.inf=1
  51. spciport.inf=1
  52. spcimio.vxd=1
  53. comdrv.vxd=1
  54. lptdrv.vxd=1
  55. comui.dll=1
  56. paraui.dll=1
  57. spciuni.exe=1
  58.  
  59.  
  60. [SourceDisksNames]
  61. 1=%String3%,,
  62.  
  63.  
  64. [PCIMIORegSect.unInstall]
  65.  
  66. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SUNIXPCI,DisplayName,0,%unInstallDisplayName%
  67. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SUNIXPCI,UninstallString,0,"spciuni.exe sunix"
  68.  
  69. [Strings]
  70. MULTIIOCARD=SUNIX
  71. String1="SUNIX CO., LTD."
  72. String2="Multi IO Controller"
  73. String3="Multi I/O Driver Disk"
  74. unInstallDisplayName = "PCI Multi-I/O Card"